a11y: Fix mapping of GTK_ACCESSIBLE_ROLE_PRESENTATION
authorLukáš Tyrychtr <ltyrycht@redhat.com>
Wed, 1 Mar 2023 10:07:09 +0000 (11:07 +0100)
committerLukáš Tyrychtr <ltyrycht@redhat.com>
Wed, 1 Mar 2023 10:07:09 +0000 (11:07 +0100)
commit1b000b5586a2c31dda7ff61094072f5b2e0b12a7
tree72fbdf0e502be8daf062af5f38c95f3405504e93
parentf019ff528738e7c25d2ccad0fc766306593b4b75
a11y: Fix mapping of GTK_ACCESSIBLE_ROLE_PRESENTATION

It was, for some reason, mapped to ATSPI_ROLE_SECTION, and GTK_ACCESSIBLE_ROLE_SECTION was mapped to
ATSPI_ROLE_FILLER, so the mapping is reversed. So, reverse it and make it correct.
gtk/a11y/gtkatspiutils.c